Skip to main content
Version: 24.03

Registers an IRS job to start an investigation if a given bpn is contained in a part chain of a given globalAssetId.

Registers an IRS job to start an investigation if a given bpn is contained in a part chain of a given globalAssetId.

Request Body required
  • bomLifecycle string

    Possible values: [asBuilt, asPlanned, asSpecified]

    The lifecycle context in which the child part was assembled into the parent part.

  • callbackUrl string

    Callback url to notify requestor when job processing is finished. There are two uri variable placeholders that can be used: jobId and jobState.

  • key object required

    Key object contains required attributes for identify part chain entry node.

  • bpn string required

    Possible values: >= 16 characters and <= 16 characters

    BPN of partner providing the initial asset

  • globalAssetId string required

    Possible values: >= 45 characters and <= 45 characters, Value must match regular expression ^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Id of global asset.

  • incidentBPNSs string[] required

    Possible values: <= 2147483647

Responses

Returns id of registered job.


Schema
  • id uuid

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$/i

    Id of the job.

Loading...